crypto/tls.echContext.innerTranscript (field)
12 uses
crypto/tls (current package)
handshake_client.go#L247: innerTranscript hash.Hash
handshake_client_tls13.go#L75: hs.echContext.innerTranscript = hs.suite.hash.New()
handshake_client_tls13.go#L76: if err := transcriptMsg(hs.echContext.innerHello, hs.echContext.innerTranscript); err != nil {
handshake_client_tls13.go#L92: confTranscript := cloneHash(hs.echContext.innerTranscript, hs.suite.hash)
handshake_client_tls13.go#L105: hs.transcript = hs.echContext.innerTranscript
handshake_client_tls13.go#L257: chHash = hs.echContext.innerTranscript.Sum(nil)
handshake_client_tls13.go#L258: hs.echContext.innerTranscript.Reset()
handshake_client_tls13.go#L259: hs.echContext.innerTranscript.Write([]byte{typeMessageHash, 0, 0, uint8(len(chHash))})
handshake_client_tls13.go#L260: hs.echContext.innerTranscript.Write(chHash)
handshake_client_tls13.go#L268: confTranscript := cloneHash(hs.echContext.innerTranscript, hs.suite.hash)
handshake_client_tls13.go#L287: if err := transcriptMsg(hs.serverHello, hs.echContext.innerTranscript); err != nil {
handshake_client_tls13.go#L385: if err := transcriptMsg(hs.echContext.innerHello, hs.echContext.innerTranscript); err != nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |